home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
DEMONSTR
/
TIMWIN.ZIP
/
SELUT.CMD
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-09-22
|
366b
|
22 lines
;selut -- select LUT
;
;selects a display look up table corresponding to the current active
;image (frame grabber or win). Choice: standard patterns 1, 2, 3 or 4
;
parms
int lutpat = 1
endparms
int prop, err
prop = improp
if (prop&WIN_BIT) == WIN_BIT
*winlut lutpat
elseif (prop&DIS_BIT) == DIS_BIT
err = chk lut lutpat
endif
stop